home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / Apps / DevTools / eText5 / Source / eTLink.subproj / English.lproj / eTLinkUI.nib / data.classes next >
Encoding:
Text File  |  1994-07-22  |  504 b   |  38 lines

  1. FirstResponder = {
  2.     ACTIONS = {
  3.     };
  4.     SUPERCLASS = Object;
  5. };
  6. eTImageUI = {
  7.     ACTIONS = {
  8.     chooseImage:;
  9.     editDescription:;
  10.     textDidEnd:;
  11.     editComponentName:;
  12.     editSize:;
  13.     };
  14.     OUTLETS = {
  15.     controlView;
  16.     controlPanel;
  17.     etImage;
  18.     descriptionField;
  19.     linkSwitch;
  20.     heightField;
  21.     componentNameField;
  22.     widthField;
  23.     };
  24.     SUPERCLASS = Object;
  25. };
  26. eTLinkUI = {
  27.     ACTIONS = {
  28.     };
  29.     OUTLETS = {
  30.     theLink;
  31.     anchorForm;
  32.     linkView;
  33.     linkPanel;
  34.     docForm;
  35.     };
  36.     SUPERCLASS = eTImageUI;
  37. };
  38.